home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gSISystem, ghfathlete, gHFposition
- if gSISystem = "WIN" then
- set vStart to item 11 of getaProp(ghfathlete, gHFposition)
- set vEnd to item 12 of getaProp(ghfathlete, gHFposition)
- else
- if gSISystem = "MAC" then
- set vStart to item 13 of getaProp(ghfathlete, gHFposition) * 2
- set vEnd to item 14 of getaProp(ghfathlete, gHFposition) * 2
- else
- set vStart to 0
- set vEnd to 0
- end if
- end if
- DVHide()
- DVPlay(vStart, vEnd)
- DVShow()
- set the visible of sprite 45 to 0
- go("vid2")
- end
-